home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 127 / MF_UK_127_1.iso / pc / Game Demos / Wolfenstein Demo / demomain / pak0.pk3 / mike.cfg < prev    next >
Encoding:
Text File  |  2001-11-20  |  5.1 KB  |  163 lines

  1. // generated by Mike, do not modify    
  2. unbindall    
  3. //Movement    
  4. bind h "+movedown"    
  5. bind i "+moveup"    
  6. bind j "+moveleft"    
  7. bind l "+moveright"    
  8. bind MOUSE1 "+forward"    
  9. bind MOUSE2 "+back"    
  10. bind u "+activate"    
  11. bind LEFTARROW "+left"    
  12.  
  13. bind RIGHTARROW "+right"    
  14.     
  15. //Run Don't Walk
  16. set run "cl_run 1; set runorwalk vstr walk; echo Running..."
  17. set walk "cl_run 0; set runorwalk vstr run; echo Walking..."
  18. set runorwalk "vstr walk"
  19. bind o "vstr runorwalk" 
  20.  
  21. //Sprint Don't Run
  22. set sprinting "set +sprint; set sprintrun vstr running; echo Sprinting..."
  23. set running "set -sprint; set sprintrun vstr sprinting; echo Running..."
  24. set sprintrun "vstr running"
  25. bind y "vstr sprintrun"
  26.  
  27. //3rd PERSON
  28. bind kp_ins cg_thirdpersonrange 100
  29. bind kp_del cg_thirdpersonrange 40
  30. bind kp_plus cg_thirdperson 1
  31. bind kp_minus cg_thirdperson 0
  32. bind kp_downarrow cg_thirdpersonangle 0
  33. bind kp_end cg_thirdpersonangle 45
  34. bind kp_leftarrow cg_thirdpersonangle 90
  35. bind kp_home cg_thirdpersonangle 135
  36. bind kp_uparrow cg_thirdpersonangle 180
  37. bind kp_pgup cg_thirdpersonangle 225
  38. bind kp_rightarrow cg_thirdpersonangle 270
  39. bind kp_pgdn cg_thirdpersonangle 315
  40.  
  41. //Weapons    
  42. bind , "weapon 4"    
  43. bind 1 "weapon 1"
  44. bind 2 "weapon 2"    
  45. bind ALT "+attack"    
  46. bind f "weapon 9"    
  47. bind g "weapon 3"    
  48. bind k "+kick"    
  49. bind m "weapon 7"    
  50. bind n "weapon 5"    
  51. bind p "weapnext"    
  52. bind SEMICOLON "weapprev"    
  53. bind y "+sprint"
  54. bind . "+zoom"
  55. bind 8 "weapon 6"
  56. bind / "+reload"
  57. bind enter "weapalt"
  58. bind 9 "weapon 20"
  59. bind space "+quickgren"
  60.     
  61. //Chatting    
  62. bind a "messagemode2"
  63. bind t "messagemode"    
  64.     
  65. //Menu Binds    
  66. bind ` "toggleconsole"    
  67. bind ~ "toggleconsole"    
  68. bind ESCAPE "togglemenu"    
  69. bind PAUSE "pause"    
  70.     
  71. //HUD Buttons    
  72. bind F1 "+scores"    
  73. bind F12 "toggle cg_lagometer"    
  74.  
  75. //Modifying Stuff
  76. bind f11 "toggle r_speeds"
  77. bind f10 "toggle r_showtris"
  78. bind f9 "toggle r_clear"
  79. bind f8 "map_restart"
  80. //bind f5 "r_lodbias 0"
  81. //bind f6 "r_lodbias 1"
  82. //bind f7 "r_lodbias 2"
  83. bind q "god"
  84. bind a "give all"
  85. bind z "noclip"
  86. bind w "nofatigue"
  87. bind f4 "r_gamma 1.5"
  88. bind f3 "r_gamma 1"
  89. bind x "notarget"
  90. bind end "toggle r_lightmap"
  91. bind home "timescale 5"
  92. bind pgup "r_debugSurface 2"
  93. bind pgdn "r_debugsurface 0"
  94. bind ins "timescale .5"
  95. bind del "timescale 1"
  96. bind c "entitycount"
  97. bind d "toggle aicast_debug; toggle g_scriptdebug"
  98.     
  99. //MULTIPLAYER STUFF    
  100. seta name "Gizmo Caca"
  101. seta backspace "OpenLimboMenu"
  102.     
  103. //Screenshot    
  104. bind s "screenshot"
  105.     
  106. //GAME SETTINGS
  107. seta model infantryss
  108. seta sv_pure "0"
  109. seta cg_autoswitch "0"    
  110. seta cg_crosshairHealth "0"    
  111. seta cg_crosshairSize "24"    
  112. seta cg_drawAmmoWarning "0"    
  113. seta cg_drawCrosshair "2"    
  114. seta cg_drawCrosshairNames "0"    
  115. seta cg_drawFPS "1"    
  116. seta cg_drawGun "1"    
  117. seta cg_drawKiller "0"    
  118. seta cg_drawStatus "1"    
  119. seta cg_drawTimer "0"    
  120. seta cg_forceModel "0"    
  121. seta cg_zoomfov "22.5"    
  122. seta cl_run "1"    
  123. seta fov "90"    
  124. seta m_filter "1"
  125. seta r_gamma "1.3"    
  126. seta sensitivity "10"
  127. seta r_ext_compress_textures "1"
  128. seta r_mode "3"
  129. seta cg_drawgun "1"
  130. seta cg_draw2d "1"
  131. seta r_picmip "0"
  132.  
  133. //Scripted Bindings
  134. //Timescaler
  135. bind ins "vstr timescaleup"
  136. bind del "vstr timescaledown"
  137. set timescaleup "vstr ts15"
  138. set timescaledown "vstr ts09"
  139. bind home "timescale 1.0; set timescaleup vstr ts15; set timescaledown ts09; echo Timescale 1.0"
  140.  
  141. set ts01 "timescale 0.1; set timescaleup vstr ts02; set timescaledown vstr ts10; echo Timescale 0.1"
  142. set ts02 "timescale 0.2; set timescaleup vstr ts03; set timescaledown vstr ts01; echo Timescale 0.2"
  143. set ts03 "timescale 0.3; set timescaleup vstr ts04; set timescaledown vstr ts02; echo Timescale 0.3"
  144. set ts04 "timescale 0.4; set timescaleup vstr ts05; set timescaledown vstr ts03; echo Timescale 0.4"
  145. set ts05 "timescale 0.5; set timescaleup vstr ts06; set timescaledown vstr ts04; echo Timescale 0.5"
  146. set ts06 "timescale 0.6; set timescaleup vstr ts07; set timescaledown vstr ts05; echo Timescale 0.6"
  147. set ts07 "timescale 0.7; set timescaleup vstr ts08; set timescaledown vstr ts06; echo Timescale 0.7"
  148. set ts08 "timescale 0.8; set timescaleup vstr ts09; set timescaledown vstr ts07; echo Timescale 0.8"
  149. set ts09 "timescale 0.9; set timescaleup vstr ts10; set timescaledown vstr ts08; echo Timescale 0.9"
  150. set ts10 "timescale 1.0; set timescaleup vstr ts15; set timescaledown vstr ts09; echo Timescale 1.0"
  151. set ts15 "timescale 1.5; set timescaleup vstr ts20; set timescaledown vstr ts10; echo Timescale 1.5"
  152. set ts20 "timescale 2.0; set timescaleup vstr ts25; set timescaledown vstr ts15; echo Timescale 2.0"
  153. set ts25 "timescale 2.5; set timescaleup vstr ts30; set timescaledown vstr ts20; echo Timescale 2.5"
  154. set ts30 "timescale 3.0; set timescaleup vstr ts35; set timescaledown vstr ts25; echo Timescale 3.0"
  155. set ts35 "timescale 3.5; set timescaleup vstr ts40; set timescaledown vstr ts30; echo Timescale 3.5
  156. set ts40 "timescale 4.0; set timescaleup vstr ts45; set timescaledown vstr ts35; echo Timescale 4.0"
  157. set ts45 "timescale 4.5; set timescaleup vstr ts50; set timescaledown vstr ts40; echo Timescale 4.5"
  158. set ts50 "timescale 5.0; set timescaleup vstr ts10; set timescaledown vstr ts45; echo Timescale 5.0"
  159.  
  160.  
  161. //Execs the Camera config file.
  162. exec cam.cfg
  163.